home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Utilitare
/
picozip
/
PicoZipSetup.exe
/
{app}
/
PicoZip.exe
/
0
/
RCDATA
/
TFMCHECKVERSION
/
TFMCHECKVERSION.txt
Wrap
Text File
|
2004-09-09
|
2KB
|
117 lines
object fmCheckVersion: TfmCheckVersion
Left = 625
Top = 412
ActiveControl = buClose
BorderStyle = bsDialog
Caption = 'Check for New Version'
ClientHeight = 253
ClientWidth = 311
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
DesignSize = (
311
253)
PixelsPerInch = 96
TextHeight = 13
object laLatest: TLabel
Left = 8
Top = 16
Width = 67
Height = 13
Caption = '&Latest Version'
FocusControl = edLatest
end
object laCurrent: TLabel
Left = 160
Top = 16
Width = 58
Height = 13
Caption = 'This &Version'
FocusControl = edCurrent
end
object laWhatsNew: TLabel
Left = 8
Top = 72
Width = 96
Height = 13
Caption = '&Updated Information'
FocusControl = meNew
end
object buClose: TButton
Left = 56
Top = 224
Width = 97
Height = 25
Caption = '&Close'
Default = True
ModalResult = 2
TabOrder = 3
end
object buDownload: TButton
Left = 160
Top = 224
Width = 97
Height = 25
Caption = '&Download Now'
ModalResult = 1
TabOrder = 4
end
object meNew: TMemo
Left = 8
Top = 88
Width = 295
Height = 119
Anchors = [akLeft, akTop, akRight, akBottom]
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 2
end
object edLatest: TEdit
Left = 8
Top = 32
Width = 145
Height = 21
ReadOnly = True
TabOrder = 0
end
object edCurrent: TEdit
Left = 160
Top = 32
Width = 145
Height = 21
ReadOnly = True
TabOrder = 1
end
object tiGetVersion: TTimer
Enabled = False
Interval = 50
OnTimer = tiGetVersionTimer
Left = 16
Top = 168
end
object IdHTTP: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = 0
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'PicoZip'
HTTPOptions = [hoForceEncodeParams]
Left = 45
Top = 168
end
end